mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
package cobalt lcd as a module
SVN-Revision: 32840
This commit is contained in:
parent
584bc13d38
commit
83b7462ac9
@ -45,13 +45,6 @@ CONFIG_DUMMY_CONSOLE=y
|
||||
CONFIG_EARLY_PRINTK=y
|
||||
CONFIG_ELF_CORE=y
|
||||
CONFIG_ENABLE_MUST_CHECK=y
|
||||
CONFIG_FB=y
|
||||
CONFIG_FB_COBALT=y
|
||||
# CONFIG_FB_SM7XX is not set
|
||||
# CONFIG_FB_WMT_GE_ROPS is not set
|
||||
# CONFIG_FB_XGI is not set
|
||||
# CONFIG_FIRMWARE_EDID is not set
|
||||
CONFIG_FIRMWARE_IN_KERNEL=y
|
||||
CONFIG_FS_POSIX_ACL=y
|
||||
CONFIG_GENERIC_ACL=y
|
||||
CONFIG_GENERIC_CLOCKEVENTS=y
|
||||
|
21
target/linux/cobalt/modules.mk
Normal file
21
target/linux/cobalt/modules.mk
Normal file
@ -0,0 +1,21 @@
|
||||
#
|
||||
# Copyright (C) 2012 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
define KernelPackage/fb-cobalt
|
||||
SUBMENU:=$(VIDEO_MENU)
|
||||
TITLE:=Cobalt framebuffer support
|
||||
DEPENDS:=@TARGET_cobalt +kmod-fb
|
||||
KCONFIG:=CONFIG_FB_COBALT
|
||||
FILES:=$(LINUX_DIR)/drivers/video/cobalt_lcdfb.ko
|
||||
AUTOLOAD:=$(call AutoLoad,50,cobalt_lcdfb)
|
||||
endef
|
||||
|
||||
define KernelPackage/fb-cobalt/descriptione
|
||||
Kernel module for the Cobalt Microservers framebuffer
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,fb-cobalt))
|
Loading…
Reference in New Issue
Block a user