9
0
Fork 0
barebox/drivers/input
Holger Schurig b3265685f7 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>
2014-07-22 21:29:57 +02:00
..
Kconfig sandbox: allow "make ARCH=sandbox allyesconfig" 2014-07-22 21:29:57 +02:00
Makefile input: Add keycode to barebox key translation table 2014-02-17 08:23:41 +01:00
gpio_keys.c input: gpio-keys; dt probing needs CONFIG_OF_GPIO 2014-03-29 06:38:46 +01:00
imx_keypad.c imx_keypad: Fix error handling 2014-04-23 14:01:45 +02:00
keymap.c input: Add keycode to barebox key translation table 2014-02-17 08:23:41 +01:00
qt1070.c input: Add BB_ prefix to KEY_ defines 2014-02-17 08:23:37 +01:00
twl6030_pwrbtn.c console: drop f_caps and check the function pointer getc/putc instead 2013-09-21 09:59:16 +02:00