MOXA linux-2.6.x / linux-2.6.19-uc1 from UC-7110-LX-BOOTLOADER-1.9_VERSION-4.2.tgz
[linux-2.6.19-moxart.git] / arch / arm / mach-s3c44b0x / driver / Kconfig
blob12021885e18e2c729b37630f45a0070283579e5b
1 menu "S3C44B0X Board Driver Options" 
3 config SERIAL_S3C44B0X
4         bool 'S3C44B0X Serial Support'
5         default y
6         help
7         Samsung S3C44B0X Chips has built-in serial controler
9 config SERIAL_S3C44B0X_CONSOLE
10         bool 'S3C44B0X Serial Console Support'
11         depends on SERIAL_S3C44B0X
12         help
13         use serial port 0 as console
14         
15 config ETH_RTL8019AS
16         bool 'Realtek 8019AS NIC support'
17         default n
19 config S3C44B0X_GPIO_LED
20         bool 'Use onboard led'
21         default n
23 endmenu