modify rk2818 adc

This commit is contained in:
罗伟
2010-05-17 09:09:37 +00:00
committed by 黄涛
parent 388f3e70ae
commit 552b143994
5 changed files with 8 additions and 17 deletions

View File

@@ -14,4 +14,10 @@ config RK28_GPIO_IRQ
int
default 16 if ARCH_RK2818
default 0
config RK28_ADC
tristate "RK28 ADC Driver"
depends on ARCH_RK2818
default y
---help---
RK28 ADC Driver
endif

View File

@@ -5,6 +5,6 @@ obj-y += vreg.o
obj-y += clock.o
obj-$(CONFIG_CPU_FREQ) += cpufreq.o
obj-y += dma.o
obj-$(CONFIG_RK28_ADC) += rk2818_adc.o
obj-$(CONFIG_MACH_RK2818MID) += board-midsdk.o

View File

@@ -1,4 +1,4 @@
/* arch/staging/rk2818/rk2818_adc.c
/* drivers/staging/rk2818/rk2818_adc.c
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by

View File

@@ -1,14 +0,0 @@
#
# RK28XX ADC configuration
#
menuconfig RK28
tristate "RK28 Staging Driver"
depends on ARCH_RK2818
if RK28
config RK28_ADC
tristate "RK28 ADC Driver"
default y
---help---
RK28 ADC Driver
endif #RK28

View File

@@ -1 +0,0 @@
obj-$(CONFIG_RK28_ADC) += rk2818_adc.o