tree: drop last paragraph of GPL copyright header
[coreboot.git] / src / drivers / ti / tps65913 / Kconfig
blob0f3ebdf8eca113f6a9302457957ff56eaacf2663
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright 2014 Google Inc.
5 ##
6 ## This program is free software; you can redistribute it and/or modify
7 ## it under the terms of the GNU General Public License as published by
8 ## the Free Software Foundation; version 2 of the License.
9 ##
10 ## This program is distributed in the hope that it will be useful,
11 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 ## GNU General Public License for more details.
16 config DRIVERS_TI_TPS65913
17         bool "TI TPS65913 support"
18         default n
20 config DRIVERS_TI_TPS65913_RTC
21         bool "TI TPS65913 RTC support"
22         default n
23         select DRIVERS_TI_TPS65913
24         select RTC
26 config DRIVERS_TI_TPS65913_RTC_BUS
27         int "TI TPS65913 RTC bus"
28         depends on DRIVERS_TI_TPS65913_RTC
30 config DRIVERS_TI_TPS65913_RTC_ADDR
31         hex "TI TPS65913 RTC chip address"
32         depends on DRIVERS_TI_TPS65913_RTC