Revision 9c19b8930d2cf95f5dc5ec11610400a7c61845d1 authored by Tin Huynh on 30 November 2016, 02:57:31 UTC, committed by Alexandre Belloni on 18 December 2016, 23:59:07 UTC
This patch enables ACPI support for rtc-ds1307 driver.

Signed-off-by: Tin Huynh <tnhuynh@apm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
1 parent b88e0ae
Raw File
Kconfig
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top