[linux-yocto] [PATCH 4/5] kconfig: add tty/serial file to hardware listing

Paul Gortmaker paul.gortmaker at windriver.com
Fri Jul 27 09:24:59 PDT 2012


A scan of this file reveals that it is full of UART specific
settings for various embedded platforms, and should be listed
in the hardware category.  This will also stop the audit from
warning that SERIAL_CORE and SERIAL_CORE_CONSOLE are being
set by BSPs as if it were non-hardware related.

Signed-off-by: Paul Gortmaker <paul.gortmaker at windriver.com>
---
 meta/cfg/kernel-cache/ktypes/base/hardware.kcf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/cfg/kernel-cache/ktypes/base/hardware.kcf b/meta/cfg/kernel-cache/ktypes/base/hardware.kcf
index 7bae250..db63b27 100644
--- a/meta/cfg/kernel-cache/ktypes/base/hardware.kcf
+++ b/meta/cfg/kernel-cache/ktypes/base/hardware.kcf
@@ -366,6 +366,7 @@ drivers/sn/Kconfig
 drivers/spi/Kconfig
 drivers/ssb/Kconfig
 drivers/thermal/Kconfig
+drivers/tty/serial/Kconfig
 drivers/tty/serial/8250/Kconfig
 drivers/uio/Kconfig
 drivers/usb/atm/Kconfig
-- 
1.7.11.1




More information about the linux-yocto mailing list