diff options
author | Hadrien Boutteville <hadrien.boutteville@gmail.com> | 2014-06-01 19:37:27 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-06-02 22:04:18 +0200 |
commit | d7bcc4f8157bc1aa9d2e86bb3a216ce48f65d13f (patch) | |
tree | d36320f34eee3969a1ec4d8071631f4aed5e3afd /package/busybox/busybox-1.20.x.config | |
parent | 92501f8a25f585bd93a7972cc1915a3a364292e9 (diff) | |
download | buildroot-d7bcc4f8157bc1aa9d2e86bb3a216ce48f65d13f.tar.gz buildroot-d7bcc4f8157bc1aa9d2e86bb3a216ce48f65d13f.zip |
busybox: add fbset to default configs
Some drivers (like ti-gfx) need fbset and we can't select it when we
use BusyBox because it is provided by BusyBox and as a package.
Signed-off-by: Hadrien Boutteville <hadrien.boutteville@gmail.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Acked-by: "Spenser Gilliland" <spenser@gillilanding.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/busybox/busybox-1.20.x.config')
-rw-r--r-- | package/busybox/busybox-1.20.x.config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/busybox/busybox-1.20.x.config b/package/busybox/busybox-1.20.x.config index 55254343f0..085d43ca85 100644 --- a/package/busybox/busybox-1.20.x.config +++ b/package/busybox/busybox-1.20.x.config @@ -539,9 +539,9 @@ CONFIG_BLKID=y # CONFIG_FEATURE_BLKID_TYPE is not set CONFIG_DMESG=y CONFIG_FEATURE_DMESG_PRETTY=y -# CONFIG_FBSET is not set -# CONFIG_FEATURE_FBSET_FANCY is not set -# CONFIG_FEATURE_FBSET_READMODE is not set +CONFIG_FBSET=y +CONFIG_FEATURE_FBSET_FANCY=y +CONFIG_FEATURE_FBSET_READMODE=y CONFIG_FDFLUSH=y CONFIG_FDFORMAT=y # CONFIG_FDISK is not set |