commit | 20a3969d33b1957e72a0e40b1bc9bcaf2623cd4e | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | Wed Oct 06 18:10:32 2021 +0200 |
committer | Patrice Chotard <patrice.chotard@foss.st.com> | Fri Oct 08 08:30:18 2021 +0200 |
tree | 251a9834679aac0aa11ec3622bbeb4130b774005 | |
parent | c7f85e1f61dd4862787f08a4e5ec4e47a58b05e6 [diff] |
stv0991: remove specific CONFIG_STV0991 configs Remove the following STV0991 specific configs: - CONFIG_STV0991 (never used, only defined in CONFIG_SYS_EXTRA_OPTIONS) - CONFIG_STV0991_HZ (replaced by generic CONFIG_SYS_HZ) - CONFIG_STV0991_HZ_CLOCK (replaced by generic CONFIG_SYS_HZ_CLOCK) This patch allows to reduce the file config_whitelist.txt. Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>