From 81e6db02558c60490bd88feb61a02958384fcf00 Mon Sep 17 00:00:00 2001 From: Rodrigo Caballero Date: Wed, 17 Feb 2016 14:16:09 -0600 Subject: [PATCH] doc: Fix table to remove the invalid ARC information. Change-Id: Id63c27d1c07143e70c09ae12938bf8ca980d8bb9 Signed-off-by: Rodrigo Caballero --- doc/board/quark_d2000_crb.rst | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/doc/board/quark_d2000_crb.rst b/doc/board/quark_d2000_crb.rst index f2d7e2d5f2a..c65d54dcc97 100644 --- a/doc/board/quark_d2000_crb.rst +++ b/doc/board/quark_d2000_crb.rst @@ -35,24 +35,22 @@ which includes both `schematics`_ and BRD files. Supported Features ****************** -+-----------+------------+-----+-----+-----------------------+ -| Interface | Controller | ARC | x86 | Driver/Component | -+===========+============+=====+=====+=======================+ -| MVIC | on-chip | N | Y | interrupt_controller | -+-----------+------------+-----+-----+-----------------------+ -| UART | on-chip | N | Y | serial port-polling; | -| | | | | serial port-interrupt | -+-----------+------------+-----+-----+-----------------------+ -| SPI | on-chip | Y | Y | spi | -+-----------+------------+-----+-----+-----------------------+ -| ADC | on-chip | Y | N | adc | -+-----------+------------+-----+-----+-----------------------+ -| I2C | on-chip | Y | Y | i2c | -+-----------+------------+-----+-----+-----------------------+ -| GPIO | on-chip | Y | Y | gpio | -+-----------+------------+-----+-----+-----------------------+ -| PWM | on-chip | Y | Y | pwm | -+-----------+------------+-----+-----+-----------------------+ ++-----------+------------+-----------------------+ +| Interface | Controller | Driver/Component | ++===========+============+=======================+ +| MVIC | on-chip | interrupt_controller | ++-----------+------------+-----------------------+ +| UART | on-chip | serial port-polling; | +| | | serial port-interrupt | ++-----------+------------+-----------------------+ +| SPI | on-chip | spi | ++-----------+------------+-----------------------+ +| I2C | on-chip | i2c | ++-----------+------------+-----------------------+ +| GPIO | on-chip | gpio | ++-----------+------------+-----------------------+ +| PWM | on-chip | pwm | ++-----------+------------+-----------------------+ Bibliography