From b3265685f7e4009aa4e3fbe788d80cd6d4e0e227 Mon Sep 17 00:00:00 2001 From: Holger Schurig Date: Tue, 22 Jul 2014 09:57:21 +0200 Subject: sandbox: allow "make ARCH=sandbox allyesconfig" Compiling the tree with allyesconfig is helpful because different compilers (gcc, clang) or static checkers (e.g. clang's scan-build) can then process and check more code. This patch introduces two new configuration symbols that Kconfig files can depend on. That way, code that is only working where a cache or DMA implementation exists can be opted out. Signed-off-by: Holger Schurig Signed-off-by: Sascha Hauer --- drivers/regulator/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/regulator') diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 55f87a45ba..493b18a898 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -6,6 +6,7 @@ if REGULATOR config REGULATOR_FIXED bool "fixed/gpio regulator" + depends on GENERIC_GPIO help This enables a simple fixed regulator. It is used for regulators which are not software controllable or controllable via gpio. -- cgit v1.2.3