Re-add target/generic/Config.in options to menuconfig
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 5 Dec 2010 20:52:44 +0000 (21:52 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 16 Dec 2010 11:19:25 +0000 (12:19 +0100)
The options to customize the hostname, the banner and the serial port
configuration are now inside a menu named 'System configuration'.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Config.in
target/generic/Config.in

index 874c20abd1760136264fbccb30c3691b60df757c..ff7744952435eb44d7eca91a296ed4271dfd341d 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -334,6 +334,8 @@ endmenu
 
 source "toolchain/Config.in"
 
+source "target/generic/Config.in"
+
 source "package/Config.in"
 
 source "fs/Config.in"
index 54ff1d6ba43d1c28dba75d984b5f695230bb30fc..81ac011976cc3c3c09127dd56697659894d30538 100644 (file)
@@ -1,4 +1,4 @@
-if !(BR2_TARGET_ATMEL||BR2_TARGET_KWIKBYTE||BR2_TARGET_VALKA)
+menu "System configuration"
 
 config BR2_TARGET_GENERIC_HOSTNAME
        string "System hostname"
@@ -166,4 +166,4 @@ config BR2_TARGET_GENERIC_GETTY_BAUDRATE
 
 endif # BR2_TARGET_GENERIC_GETTY
 
-endif
+endmenu