From: M. R. B. <mr...@us...> - 2002-10-26 14:14:03
|
Update of /cvsroot/linuxdc/linux-sh-dc/arch/sh In directory usw-pr-cvs1:/tmp/cvs-serv18863/arch/sh Modified Files: Tag: linux-sh-dc-2_4-branch config.in Log Message: Linux-SH 2.4.20-pre11 Index: config.in =================================================================== RCS file: /cvsroot/linuxdc/linux-sh-dc/arch/sh/config.in,v retrieving revision 1.5 retrieving revision 1.5.2.1 diff -u -d -r1.5 -r1.5.2.1 --- config.in 23 Jan 2002 06:56:48 -0000 1.5 +++ config.in 26 Oct 2002 14:14:01 -0000 1.5.2.1 @@ -129,6 +129,7 @@ hex 'Physical memory start address' CONFIG_MEMORY_START 08000000 hex 'Physical memory size' CONFIG_MEMORY_SIZE 00400000 fi +dep_bool 'Enable OC RAM zone (experimental)' CONFIG_SCRATCH_SPACE $CONFIG_EXPERIMENTAL endmenu if [ "$CONFIG_SH_HP690" = "y" ]; then @@ -181,6 +182,10 @@ fi bool 'DMA controller (DMAC) support' CONFIG_SH_DMA +bool 'Default bootloader kernel arguments' CONFIG_CMDLINE_BOOL +if [ "$CONFIG_CMDLINE_BOOL" = "y" ] ; then + string 'Initial kernel command string' CONFIG_CMDLINE "console=ttySC1,115200" +fi bool 'PCI support' CONFIG_PCI if [ "$CONFIG_PCI" = "y" ]; then @@ -392,3 +397,5 @@ bool 'Early printk support' CONFIG_SH_EARLY_PRINTK fi endmenu + +source lib/Config.in |