mxs: indention and whitespace fixes
Align this file with the style of most other modules.mk. Signed-off-by: Michael Heimpold <mhei@heimpold.de> SVN-Revision: 43680
This commit is contained in:
parent
a28d07abbe
commit
aa697f1313
1 changed files with 37 additions and 37 deletions
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# Copyright (C) 2013 OpenWrt.org
|
||||
# Copyright (C) 2013-2014 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
|
@ -56,7 +56,7 @@ $(eval $(call KernelPackage,sound-soc-mxs))
|
|||
|
||||
define KernelPackage/iio-mxs-lradc
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=LRADC driver for i.MX23/28
|
||||
TITLE:=Freescale i.MX23/28 LRADC driver
|
||||
DEPENDS:=@TARGET_mxs +kmod-iio-core
|
||||
KCONFIG:=CONFIG_MXS_LRADC
|
||||
FILES:=$(LINUX_DIR)/drivers/staging/iio/adc/mxs-lradc.ko
|
||||
|
@ -64,13 +64,13 @@ define KernelPackage/iio-mxs-lradc
|
|||
endef
|
||||
|
||||
define KernelPackage/iio-mxs-lradc/description
|
||||
Kernel module for i.MX23/28 LRADC driver
|
||||
Kernel module for Freescale i.MX23/28 LRADC driver
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,iio-mxs-lradc))
|
||||
|
||||
define KernelPackage/crypto-hw-dcp
|
||||
TITLE:=i.MX23/28 DCP hardware crypto module
|
||||
TITLE:=Freescale i.MX23/28 DCP hardware crypto module
|
||||
DEPENDS:=@TARGET_mxs
|
||||
KCONFIG:=CONFIG_CRYPTO_DEV_MXS_DCP
|
||||
FILES:=$(LINUX_DIR)/drivers/crypto/mxs-dcp.ko
|
||||
|
@ -79,7 +79,7 @@ define KernelPackage/crypto-hw-dcp
|
|||
endef
|
||||
|
||||
define KernelPackage/crypto-hw-dcp/description
|
||||
Kernel support for the i.MX23/28 DCP crypto engine
|
||||
Kernel support for Freescale i.MX23/28 DCP crypto engine
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,crypto-hw-dcp))
|
||||
|
|
Loading…
Reference in a new issue