blob: 5da17931b17728654c36e87c21ab3fb81ec7cc7f [file] [log] [blame]
Furquan Shaikh8a1ee9b2014-11-12 16:23:00 -08001##
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.
14##
Furquan Shaikh8a1ee9b2014-11-12 16:23:00 -080015
16config DRIVERS_TI_TPS65913
17 bool "TI TPS65913 support"
18 default n
19
20config DRIVERS_TI_TPS65913_RTC
21 bool "TI TPS65913 RTC support"
22 default n
23 select DRIVERS_TI_TPS65913
Patrick Georgi0770f252015-04-22 13:28:21 +020024 select RTC
Furquan Shaikh8a1ee9b2014-11-12 16:23:00 -080025
26config DRIVERS_TI_TPS65913_RTC_BUS
27 int "TI TPS65913 RTC bus"
28 depends on DRIVERS_TI_TPS65913_RTC
Martin Roth167c03a2015-11-19 19:02:07 -070029 default 0
Furquan Shaikh8a1ee9b2014-11-12 16:23:00 -080030
31config DRIVERS_TI_TPS65913_RTC_ADDR
32 hex "TI TPS65913 RTC chip address"
33 depends on DRIVERS_TI_TPS65913_RTC
Martin Roth167c03a2015-11-19 19:02:07 -070034 default 0x00