diff options
author | Mirko Vogt <mirko@openwrt.org> | 2009-06-02 10:19:54 +0000 |
---|---|---|
committer | Mirko Vogt <mirko@openwrt.org> | 2009-06-02 10:19:54 +0000 |
commit | bbda08d3082b5fd9687c78e91fd9350b7d93a208 (patch) | |
tree | a788edf103df00a6d30c0cc3bf9e975a4762b715 /target/linux/s3c24xx/config-2.6.30 | |
parent | 8c574a54715b92907cf66aa00ec11bc255917f73 (diff) | |
download | upstream-bbda08d3082b5fd9687c78e91fd9350b7d93a208.tar.gz upstream-bbda08d3082b5fd9687c78e91fd9350b7d93a208.tar.bz2 upstream-bbda08d3082b5fd9687c78e91fd9350b7d93a208.zip |
add bootsplash to 2.6.30 as well and enable it per default
SVN-Revision: 16297
Diffstat (limited to 'target/linux/s3c24xx/config-2.6.30')
-rw-r--r-- | target/linux/s3c24xx/config-2.6.30 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/s3c24xx/config-2.6.30 b/target/linux/s3c24xx/config-2.6.30 index a69baf9b72..5dcd0b66db 100644 --- a/target/linux/s3c24xx/config-2.6.30 +++ b/target/linux/s3c24xx/config-2.6.30 @@ -221,7 +221,11 @@ CONFIG_LEDS_GTA02_VIBRATOR=y # CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set # CONFIG_LEDS_TRIGGER_NETDEV is not set CONFIG_LOCK_KERNEL=y -# CONFIG_LOGO is not set +CONFIG_LOGO=y +# CONFIG_LOGO_LINUX_CLUT224 is not set +# CONFIG_LOGO_LINUX_MONO is not set +# CONFIG_LOGO_LINUX_VGA16 is not set +CONFIG_LOGO_OPENWRT_CLUT224=y CONFIG_LOG_BUF_SHIFT=18 # CONFIG_MACH_AML_M5900 is not set # CONFIG_MACH_ANUBIS is not set |