diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-12-18 02:18:34 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-12-18 02:18:34 +0000 |
commit | 1aa178f0e70a32ca71eaf271218868cc1a1708f9 (patch) | |
tree | d8b97b0f8afd56c19a4a4232b24536b9e050aca0 /conf/machine/simpad.conf | |
parent | 79e09cd0a81f4ac43ca5d80c31142723041e3543 (diff) |
PDA-like machines with card slots: Enable "vfat" feature.
* FAT-formatted cards are commodity, it's expectable them to be supported OOB.
Diffstat (limited to 'conf/machine/simpad.conf')
-rw-r--r-- | conf/machine/simpad.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/simpad.conf b/conf/machine/simpad.conf index ab3da912ba..6334d34171 100644 --- a/conf/machine/simpad.conf +++ b/conf/machine/simpad.conf @@ -6,7 +6,7 @@ MACHINE_KERNEL_VERSION ?= "2.6" TARGET_ARCH = "arm" -MACHINE_FEATURES = " apm pcmcia irda screen touchscreen " +MACHINE_FEATURES = "apm pcmcia irda screen touchscreen vfat" include conf/machine/include/simpad-${MACHINE_KERNEL_VERSION}.inc require conf/machine/include/tune-strongarm.inc |