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 <holgerschurig@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 3549cc5 commit b3265685f7e4009aa4e3fbe788d80cd6d4e0e227
@Holger Schurig Holger Schurig authored on 22 Jul 2014
Sascha Hauer committed on 22 Jul 2014
Showing 11 changed files
View
arch/arm/Kconfig
View
arch/nios2/Kconfig
View
arch/openrisc/Kconfig
View
arch/ppc/Kconfig
View
common/Kconfig
View
drivers/ata/Kconfig
View
drivers/input/Kconfig
View
drivers/net/Kconfig
View
drivers/regulator/Kconfig
View
drivers/usb/host/Kconfig
View
drivers/video/imx-ipu-v3/Kconfig