From 27d754c2eec216f06e85befb65fa6982966f4b3e Mon Sep 17 00:00:00 2001 From: Sarlor Date: Thu, 27 Dec 2018 09:22:21 +0800 Subject: [PATCH] Update README.md --- README.md | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 57fc443..a1270e2 100644 --- a/README.md +++ b/README.md @@ -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 +```