blob: ed3a7421f806cc3bb0476d6200ef5215b12fc14f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
SUMMARY = "ISP UIO Driver Module"
LICENSE = "GPLv2 & MIT"
LIC_FILES_CHKSUM = " \
file://GPL-COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
file://MIT-COPYING;md5=fea016ce2bdf2ec10080f69e9381d378 \
"
inherit module
PR = "r0"
PV = "0.1"
SRC_URI = " \
file://Makefile \
file://uio_isp.c \
file://GPL-COPYING \
file://MIT-COPYING \
"
S = "${WORKDIR}"
KERNEL_MODULE_AUTOLOAD += "uio_isp"
KERNEL_MODULE_PROBECONF += "uio_isp"
module_conf_uio_isp = ""
module_conf_uio_isp_r8a7795 = "options uio_isp clear_int"
module_conf_uio_isp_r8a7796 = "options uio_isp clear_int"
|