make FDISK_SUPPORT_LARGE_DISKS redundant when LFS=y

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2011-04-16 18:07:35 +02:00
parent c3dadba699
commit 8c498b6c6e
2 changed files with 1 additions and 1 deletions

View File

@ -566,7 +566,6 @@ config FEATURE_SHARED_BUSYBOX
config LFS config LFS
bool "Build with Large File Support (for accessing files > 2 GB)" bool "Build with Large File Support (for accessing files > 2 GB)"
default y default y
select FDISK_SUPPORT_LARGE_DISKS
help help
If you want to build BusyBox with large file support, then enable If you want to build BusyBox with large file support, then enable
this option. This will have no effect if your kernel or your C this option. This will have no effect if your kernel or your C

View File

@ -144,6 +144,7 @@ config FDISK_SUPPORT_LARGE_DISKS
bool "Support over 4GB disks" bool "Support over 4GB disks"
default y default y
depends on FDISK depends on FDISK
depends on !LFS # with LFS no special code is needed
help help
Enable this option to support large disks > 4GB. Enable this option to support large disks > 4GB.