diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-07-17 20:01:44 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-07-17 20:01:44 +0000 |
commit | 4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee (patch) | |
tree | 6f01e1708cc34b93325d0cb3cdd9ba8d5374deda /target/device/Config.in.linux.patches | |
parent | ac653c53d6ef59e45f0236a0e05a4225439d281d (diff) |
Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
Diffstat (limited to 'target/device/Config.in.linux.patches')
-rw-r--r-- | target/device/Config.in.linux.patches | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/device/Config.in.linux.patches b/target/device/Config.in.linux.patches index 65c17d7a3..034479efb 100644 --- a/target/device/Config.in.linux.patches +++ b/target/device/Config.in.linux.patches @@ -4,7 +4,6 @@ menuconfig BR2_KERNEL_ARCH_PATCH_ENABLED depends on !BR2_KERNEL_PREPATCHED default y if BR2_avr32 default y if BR2_TARGET_ATMEL && BR2_arm - default n if BR2_KERNEL_ARCH_PATCH_ENABLED |