Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarlor authored Dec 27, 2018
1 parent d3188dd commit 27d754c
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,11 @@ vim drivers/hwmon/Makefile
obj-$(CONFIG_SENSORS_MS561101BA) += ms561101ba.o
```

7. Configure the kernel to use this driver
1. Open config menu for selest required submodule
```bash
make menuconfig
```
7. Configure the kernel for required submodule, then save config
```bash
make menuconfig
```

```c
Device Drivers -> Hardware Monitoring support -> MS5611-01BA03 Barometric Pressure Sensor
```
2. Save config
```
Device Drivers -> Hardware Monitoring support -> MS5611-01BA03 Barometric Pressure Sensor
```

0 comments on commit 27d754c

Please sign in to comment.