lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 13 May 2024 16:52:34 -0700
From: Florian Fainelli <florian.fainelli@...adcom.com>
To: linux-arm-kernel@...ts.infradead.org
Cc: Florian Fainelli <florian.fainelli@...adcom.com>,
	Michael Turquette <mturquette@...libre.com>,
	Stephen Boyd <sboyd@...nel.org>,
	Jassi Brar <jassisinghbrar@...il.com>,
	Bjorn Andersson <quic_bjorande@...cinc.com>,
	Maximilian Luz <luzmaximilian@...il.com>,
	Ard Biesheuvel <ardb@...nel.org>,
	Johan Hovold <johan+linaro@...nel.org>,
	"Michael S. Tsirkin" <mst@...hat.com>,
	Sudeep Holla <sudeep.holla@....com>,
	Conor Dooley <conor.dooley@...rochip.com>,
	Bartosz Golaszewski <bartosz.golaszewski@...aro.org>,
	linux-clk@...r.kernel.org (open list:COMMON CLK FRAMEWORK),
	linux-kernel@...r.kernel.org (open list),
	Stefan Wahren <wahrenst@....net>
Subject: [PATCH 3/3] clk: bcm: Make CLK_RASPBERRYPI default to RASPBERRYPI_FIRMWARE

The clock driver is essential in providing clocks for UARTs and other
peripherals, make it enabled by default.

Signed-off-by: Florian Fainelli <florian.fainelli@...adcom.com>
---
 drivers/clk/bcm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/clk/bcm/Kconfig b/drivers/clk/bcm/Kconfig
index a972d763eb77..90e7bab851ae 100644
--- a/drivers/clk/bcm/Kconfig
+++ b/drivers/clk/bcm/Kconfig
@@ -106,6 +106,7 @@ config CLK_BCM_SR
 config CLK_RASPBERRYPI
 	tristate "Raspberry Pi firmware based clock support"
 	depends on RASPBERRYPI_FIRMWARE || (COMPILE_TEST && !RASPBERRYPI_FIRMWARE)
+	default RASPBERRYPI_FIRMWARE
 	help
 	  Enable common clock framework support for Raspberry Pi's firmware
 	  dependent clocks
-- 
2.34.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ