diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2006-11-27 17:17:02 +1100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-12-04 20:41:32 +1100 |
commit | f5b2eb026949e7c3988074529854609921675cff (patch) | |
tree | e656e144003abcb5fa45212d975a3a9e600eaf38 /arch/powerpc/Kconfig | |
parent | c705677e1c69012adea3bc51b54e9c7170d1cbee (diff) | |
download | kernel_samsung_smdk4412-f5b2eb026949e7c3988074529854609921675cff.zip kernel_samsung_smdk4412-f5b2eb026949e7c3988074529854609921675cff.tar.gz kernel_samsung_smdk4412-f5b2eb026949e7c3988074529854609921675cff.tar.bz2 |
[POWERPC] iSeries: allow CONFIG_CMDLINE
It doesn't hurt to have this enabled on legacy iSeries and will mean it
is available for a combined build.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index c04b713..836caf1 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -852,7 +852,6 @@ source "arch/powerpc/platforms/prep/Kconfig" config CMDLINE_BOOL bool "Default bootloader kernel arguments" - depends on !PPC_ISERIES config CMDLINE string "Initial kernel command string" |