diff options
author | Josh Boyer <jwboyer@redhat.com> | 2012-05-25 16:38:51 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2012-05-25 16:38:51 -0400 |
commit | 6226546ba136b84d1fabfbbc3dda4300781b9617 (patch) | |
tree | 1cd44d12f599932aef71bfcfd9f823194b51090d /config-x86-32-generic | |
parent | e0c91dab8a0fdec02e7b89eaeb5235ccfd63d541 (diff) | |
download | kernel-6226546ba136b84d1fabfbbc3dda4300781b9617.tar.gz kernel-6226546ba136b84d1fabfbbc3dda4300781b9617.tar.xz kernel-6226546ba136b84d1fabfbbc3dda4300781b9617.zip |
Fixup LBD/LBDAF config options
CONFIG_LBD was renamed to CONFIG_LBDAF in 2009, and it's only an option on
32-bit platforms
Diffstat (limited to 'config-x86-32-generic')
-rw-r--r-- | config-x86-32-generic | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config-x86-32-generic b/config-x86-32-generic index 7625c2f35..70e872a88 100644 --- a/config-x86-32-generic +++ b/config-x86-32-generic @@ -138,6 +138,8 @@ CONFIG_XEN_MAX_DOMAIN_MEMORY=8 CONFIG_MTD_NAND_CAFE=m +CONFIG_LBDAF=y + # CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set |