X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=config%2FConfig-kernel.in;h=8ea11ed4d1f3b8de7e9a08605aa9ebc1bb1c3d5d;hb=312367665ad4e280df36c5f47b114ed680abc3eb;hp=c93bbde511ac7d008275054246d701c832da0cd9;hpb=411515b368f2addeac614ebae8a8fea6c80d907b;p=openwrt%2Fstaging%2Flynxis%2Fomap.git diff --git a/config/Config-kernel.in b/config/Config-kernel.in index c93bbde511..8ea11ed4d1 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -590,3 +590,37 @@ if KERNEL_IPV6 def_bool n endif + +# +# NFS related symbols +# +config KERNEL_IP_PNP + bool "Compile the kernel with rootfs on NFS" + help + If you want to make your kernel boot off a NFS server as root + filesystem, select Y here. + +if KERNEL_IP_PNP + + config KERNEL_IP_PNP_DHCP + def_bool y + + config KERNEL_IP_PNP_BOOTP + def_bool n + + config KERNEL_IP_PNP_RARP + def_bool n + + config KERNEL_NFS_FS + def_bool y + + config KERNEL_NFS_V2 + def_bool y + + config KERNEL_NFS_V3 + def_bool y + + config KERNEL_ROOT_NFS + def_bool y + +endif