drivers/i2c: Add missing HAS_DTS_I2C to nios

The NIOS I2C driver supported DTS, but missed HAS_DTS_I2C in
Kconfig for it.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2019-06-13 11:14:47 -05:00 committed by Anas Nashif
commit 03259dba90
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,12 @@
/*
* Copyright (c) 2019 Linaro Ltd.
*
* SPDX-License-Identifier: Apache-2.0
*
* This file is a temporary workaround for mapping of the generated information
* to the current driver definitions. This will be removed when the drivers
* are modified to handle the generated information, or the mapping of
* generated data matches the driver definitions.
*/
#define CONFIG_I2C_0_NAME DT_NIOS2_I2C_100200_LABEL

View file

@ -300,6 +300,7 @@ config I2C_BITBANG
config I2C_NIOS2 config I2C_NIOS2
bool "Nios-II I2C driver" bool "Nios-II I2C driver"
depends on HAS_ALTERA_HAL depends on HAS_ALTERA_HAL
select HAS_DTS_I2C
help help
Enable the Nios-II I2C driver. Enable the Nios-II I2C driver.