There is redundancy in terms of use of init_timer. We have a Kconfig option to decide whether a board has init_timer as well as we use stub for init_timer in places where we do not have any init_timer defined. Thus, removing the Kconfig option. Henceforth, all boards that do not have init_timer functionality can include include a stub_timer if required. BUG=None BRANCH=None TEST=Compiled successfully for all mainboard/google/ boards as well as all the other boards that were compiling fine before this change using abuild still compile fine. No additional errors introduced because of this change Change-Id: Iaffec9ce92107e55d65cc7c9f317feeeba700242 Reviewed-on: https://chromium-review.googlesource.com/195250 Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Stefan Reinauer <reinauer@chromium.org> Commit-Queue: Furquan Shaikh <furquan@chromium.org> |
||
|---|---|---|
| .. | ||
| amd | ||
| armltd | ||
| intel | ||
| via | ||
| x86 | ||
| Kconfig | ||
| Makefile.inc | ||