diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-31 14:05:23 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-31 14:05:23 +0000 |
commit | 3d7d7824d6c77aeb0a050332f21982a7764e9157 (patch) | |
tree | 678e1f7700d6a26ae2f02ab89ebc537712c821e4 /conf | |
parent | bef3cea798c5b94cf1cbda5a2838d63827772289 (diff) |
set USE_DEVFS for h3600, h3900, SIMpad
BKrev: 410ba723hOV94BDsg2qifnPcqv9R0g
Diffstat (limited to 'conf')
-rw-r--r-- | conf/h3600.conf | 2 | ||||
-rw-r--r-- | conf/h3900.conf | 5 | ||||
-rw-r--r-- | conf/simpad.conf | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/conf/h3600.conf b/conf/h3600.conf index aedf67f71c..e5dc8a14e2 100644 --- a/conf/h3600.conf +++ b/conf/h3600.conf @@ -30,6 +30,8 @@ uda1341 \ usb-char \ usb-eth" +USE_DEVFS = "1" + include conf/ipaq-common.conf include conf/handheld-common.conf include conf/tune-strongarm.conf diff --git a/conf/h3900.conf b/conf/h3900.conf index 420539f68f..16019b7c36 100644 --- a/conf/h3900.conf +++ b/conf/h3900.conf @@ -11,12 +11,11 @@ BOOTSTRAP_EXTRA_DEPENDS = "handhelds-pxa at76c503a-modules" BOOTSTRAP_EXTRA_RDEPENDS = "kernel ${@linux_module_packages('${H3900_MODULES}')} at76c503a-modules" H3900_MODULES = "h3900_asic h5400_asic pxa_ir h5400_buzzer h5400_fsi mmc_h5400 usb-ohci-h5400" -SERIAL_CONSOLE = "tts/0 115200 vt100" +SERIAL_CONSOLE = "115200 tts/0 vt100" +USE_DEVFS = "1" include conf/ipaq-common.conf include conf/handheld-common.conf # not using tune-xscale so as to retain backwards compatibility include conf/tune-strongarm.conf - -SERIAL_CONSOLE = "115200 ttyS0" diff --git a/conf/simpad.conf b/conf/simpad.conf index e69da6be2a..05976f1c4d 100644 --- a/conf/simpad.conf +++ b/conf/simpad.conf @@ -14,6 +14,8 @@ EXTRA_IMAGEDEPENDS = "" INHERIT += "simpad_flashimg" SERIAL_CONSOLE = "ttySA0 38400 vt100" +USE_DEVFS = "1" + include conf/handheld-common.conf include conf/tune-strongarm.conf |