ec/google/chromeec: Move if EC_GOOGLE_CHROMEEC to i2c_tunnel/Kconfig
commitdfd7e9d560b24a193e8bcfb51782e99e6c4a9142
authorFurquan Shaikh <furquan@google.com>
Thu, 2 Jul 2020 23:37:17 +0000 (2 16:37 -0700)
committerFurquan Shaikh <furquan@google.com>
Sun, 5 Jul 2020 18:33:53 +0000 (5 18:33 +0000)
tree0fc70b8bcb4216cfc80594c79ea090e7295933eb
parentee68b88babe604527e944224740fc2c6161cb351
ec/google/chromeec: Move if EC_GOOGLE_CHROMEEC to i2c_tunnel/Kconfig

This change moves `if EC_GOOGLE_CHROMEEC` from chromeec/Kconfig to
chromeec/i2c_tunnel/Kconfig. This is done to make it clear that the
Kconfig file in i2c_tunnel is sourced unconditionally, but the configs
in i2c_tunnel/Kconfig are conditionally defined based on the
evaluation of if condition.

This change addressed the feedback received on
https://review.coreboot.org/c/coreboot/+/40515/11/src/ec/google/chromeec/Kconfig#200.

Change-Id: I66cd91d6b1813ff6d0fb7be719e2da65ac6ac23b
Signed-off-by: Furquan Shaikh <furquan@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43040
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
src/ec/google/chromeec/Kconfig
src/ec/google/chromeec/i2c_tunnel/Kconfig